projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c239f7
)
zynqmp: Set RESET_TO_BL31 through platform.mk
author
Soren Brinkmann
<
[email protected]
>
Wed, 6 Jul 2016 22:11:31 +0000
(15:11 -0700)
committer
Soren Brinkmann
<
[email protected]
>
Tue, 13 Sep 2016 16:19:02 +0000
(09:19 -0700)
ZynqMP only supports builds with RESET_TO_BL31=1. Set this option
through the platform makefile on default.
Signed-off-by: Soren Brinkmann <
[email protected]
>
plat/xilinx/zynqmp/platform.mk
patch
|
blob
|
history
diff --git
a/plat/xilinx/zynqmp/platform.mk
b/plat/xilinx/zynqmp/platform.mk
index 83cb110299d56a1b1619a25c562af0fc8658835b..33c55a05ffa01779281dcd071680e595d5b589c2 100644
(file)
--- a/
plat/xilinx/zynqmp/platform.mk
+++ b/
plat/xilinx/zynqmp/platform.mk
@@
-31,6
+31,7
@@
PROGRAMMABLE_RESET_ADDRESS := 1
PSCI_EXTENDED_STATE_ID := 1
A53_DISABLE_NON_TEMPORAL_HINT := 0
SEPARATE_CODE_AND_RODATA := 1
+RESET_TO_BL31 := 1
ifdef ZYNQMP_ATF_MEM_BASE
$(eval $(call add_define,ZYNQMP_ATF_MEM_BASE))